home *** CD-ROM | disk | FTP | other *** search
/ IRIX Installation Tools & Overlays 2002 November / SGI IRIX Installation Tools & Overlays 2002 November - Disc 4.iso / dist / motif21_dev.idb / usr / Motif-2.1 / include / Xm / MenuShell.h.z / MenuShell.h
C/C++ Source or Header  |  2002-10-15  |  1KB  |  52 lines

  1. /* 
  2.  *  @OSF_COPYRIGHT@
  3.  *  COPYRIGHT NOTICE
  4.  *  Copyright (c) 1990, 1991, 1992, 1993 Open Software Foundation, Inc.
  5.  *  ALL RIGHTS RESERVED (MOTIF). See the file named COPYRIGHT.MOTIF for
  6.  *  the full copyright text.
  7. */ 
  8. /* 
  9.  * HISTORY
  10. */ 
  11. /*   $XConsortium: MenuShell.h /main/11 1995/07/13 17:36:21 drk $ */
  12. /*
  13. *  (c) Copyright 1989, DIGITAL EQUIPMENT CORPORATION, MAYNARD, MASS. */
  14. /*
  15. *  (c) Copyright 1987, 1988, 1989, 1990, 1991, 1992 HEWLETT-PACKARD COMPANY */
  16. #ifndef _XmMenuShell_h
  17. #define _XmMenuShell_h
  18.  
  19. #include <Xm/Xm.h>
  20.  
  21. #ifdef __cplusplus
  22. extern "C" {
  23. #endif
  24.  
  25. externalref WidgetClass xmMenuShellWidgetClass;
  26.  
  27. typedef struct _XmMenuShellClassRec       * XmMenuShellWidgetClass;
  28. typedef struct _XmMenuShellWidgetRec      * XmMenuShellWidget;
  29.  
  30. #ifndef XmIsMenuShell
  31. #define XmIsMenuShell(w) XtIsSubclass(w, xmMenuShellWidgetClass)
  32. #endif /* XmIsMenuShell */
  33.  
  34.  
  35. /********    Public Function Declarations    ********/
  36.  
  37. extern Widget XmCreateMenuShell( 
  38.                         Widget parent,
  39.                         char *name,
  40.                         ArgList al,
  41.                         Cardinal ac) ;
  42.  
  43. /********    End Public Function Declarations    ********/
  44.  
  45.  
  46. #ifdef __cplusplus
  47. }  /* Close scope of 'extern "C"' declaration which encloses file. */
  48. #endif
  49.  
  50. #endif /* _XmMenuShell_h */
  51. /* DON'T ADD STUFF AFTER THIS #endif */
  52.